home *** CD-ROM | disk | FTP | other *** search
/ This Disc Bytes! / Power Computing - The Disc 2 - This Disc Bytes.ISO / pc / codewarr / macossup / headers / ansihead / stdarg.h < prev    next >
Text File  |  1995-08-02  |  300b  |  16 lines

  1. #if __MWERKS__
  2. #pragma options align=mac68k
  3. #pragma direct_destruction off
  4.  
  5. #include <_stdarg.h>
  6.  
  7. #pragma options align=reset
  8. #pragma direct_destruction reset
  9. #endif
  10.  
  11. /* Change log:
  12.  *94June04 PlumHall baseline
  13.  *94Sept30 Applied diffs for Wed Aug 31 07:55:38 1994
  14.  *94Oct07 Inserted MW changes.
  15.  */
  16.